func crypto/internal/fips140/mlkem.kemDecaps1024

2 uses

	crypto/internal/fips140/mlkem (current package)
		mlkem1024.go#L411: 	return kemDecaps1024(dk, c), nil
		mlkem1024.go#L417: func kemDecaps1024(dk *DecapsulationKey1024, c *[CiphertextSize1024]byte) (K []byte) {